Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NX-AI
/
TiRex-demo
like
11
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nikita
commited on
Jun 6, 2025
Commit
6a22c5c
·
1 Parent(s):
9568aba
check if file starts with unknown lib
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
import time # Import time to make logs more distinct
3
4
def greet(name):
5
"""
1
import gradio as gr
2
import time # Import time to make logs more distinct
3
+
import groq
4
5
def greet(name):
6
"""