Spaces:
Running
on
T4
Running
on
T4
Nikita
commited on
Commit
·
b8f5692
1
Parent(s):
6a22c5c
another stupid lib
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import time # Import time to make logs more distinct
|
3 |
import groq
|
|
|
4 |
|
5 |
def greet(name):
|
6 |
"""
|
|
|
1 |
import gradio as gr
|
2 |
import time # Import time to make logs more distinct
|
3 |
import groq
|
4 |
+
import piskasiska
|
5 |
|
6 |
def greet(name):
|
7 |
"""
|